home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-04-06 | 769 b | 35 lines | [TEXT/MPS ] |
- ; File: E16.StdFile
- ;
- ;
- ; Copyright Apple Computer, Inc. 1986-90
- ; All Rights Reserved
- ;
- ;
- badPromptDesc EQU $1701
- badOrigNameDesc EQU $1702
- badReplyNameDesc EQU $1704
- badReplyPathDesc EQU $1705
- badCall EQU $1706
- noDisplay EQU $0000 ; file not to be displayed
- noSelect EQU $0001 ; file displayed, but not selectable
- displaySelect EQU $0002 ; file displayed and selectable
- sfWildAuxType EQU $8000
- sfMatchFileType EQU $8000
- sfWildFileType EQU $4000
- sfMatchAuxType EQU $4000
- sfDisplayGrey EQU $2000
- ; offset constants for SFReplyRec
- ogood EQU 0
- ofileType EQU 2
- oauxFileType EQU 4
- ofilename EQU 6
- ofullPathname EQU 22
- ; offset constants for SFReplyRec2
- ;ogood EQU 0
- ;ofileType EQU 2
- oauxType EQU 4
- onameRefDesc EQU 8
- onameRef EQU 10
- opathRefDesc EQU 14
- opathRef EQU 16
-